home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / pine / osdep / diskquot.hpp < prev    next >
C/C++ Source or Header  |  1993-07-15  |  116b  |  10 lines

  1. #if defined(USE_QUOTAS)
  2.  
  3. #include <sys/param.h>
  4. #include <sys/quota.h>
  5.  
  6. include(sunquota)
  7. #endif /* USE_QUOTAS */
  8.  
  9.  
  10.